home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------------------------------------------
- ; EAPPkt.INF -- Sample Protocol Driver
- ;
- ; Copyright (c) 1993-1999, Microsoft Corporation
- ;-------------------------------------------------------------------------
- [version]
- Signature = "$Windows NT$"
- Class = NetTrans
- ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- DriverVer = 06/16/1999,5.00.2064
-
- [Manufacturer]
- %Msft%=MSFT
-
- [MSFT]
- %EAPPkt_Desc%=Install, RT_EAPPkt
-
- ;-------------------------------------------------------------------------
- ; Installation Section
- ;-------------------------------------------------------------------------
- [Install]
- AddReg=Inst_Ndi
- ;Characteristics=0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
- Characteristics=0
- CopyFiles=CpyFiles_Sys
-
- ;-------------------------------------------------------------------------
- ; Ndi installation support
- ;-------------------------------------------------------------------------
- [Inst_Ndi]
- HKR,Ndi,Service,,"EAPPkt"
- HKR,Ndi,HelpText,,%EAPPkt_HelpText%
- HKR, Ndi\Interfaces, UpperRange,, noupper
- HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_EAPPkt"
-
- ;-------------------------------------------------------------------------
- ; Service installation support
- ;-------------------------------------------------------------------------
- [Install.Services]
- AddService=EAPPkt,,EAPPkt_Service_Inst
-
- [EAPPkt_Service_Inst]
- DisplayName = %EAPPkt_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 2 ;SERVICE_AUTO_START
- ;;StartType = 3 ;SERVICE_MANUAL_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\EAPPkt.sys
- LoadOrderGroup = NDIS
- ;;AddReg = AddReg_EAPPkt_Service_Inst
- Description = %EAPPkt_Desc%
- ;;Security ="D:P(A;;GA;;;WD)"
-
- ;;[AddReg_EAPPkt_Service_Inst]
- ;;HKLM,"System\CurrentControlSet\Services\EAPPkt","TextModeFlags",%REG_DWORD%,0x0001
- ;;HKR,"Parameters","Test",,"Hello"
-
- ;-------------------------------------------------------------------------
- ; Support for removal of static registry settings
- ;-------------------------------------------------------------------------
- ;;[Install.Remove]
- ;;DelReg=Del_Static_Reg
-
- [Install.Remove.Services]
- DelService=EAPPkt
-
- ;;[Del_Static_Reg]
- ;;HKLM,"System\CurrentControlSet\Services\EAPPkt","TextModeFlags"
-
- ;-------------------------------------------------------------------------
- ; Declare Destination Directories for file copy/deletion
- ;-------------------------------------------------------------------------
- [DestinationDirs]
- CpyFiles_Sys = 12 ; DIRID_DRIVERS
-
-
- ;-------------------------------------------------------------------------
- ; Files to Copy/Delete - Referenced by Install and Remove sections above
- ;-------------------------------------------------------------------------
- [CpyFiles_Sys]
- EAPPkt.sys,,,2
-
- [Strings]
- Msft = "Microsoft"
- EAPPkt_Desc = "Realtek EAPPkt Protocol"
- EAPPkt_HelpText = "A non-routable protocol designed for use in small LANs."
- ;;REG_DWORD = 0x10001
-
-
-
-
-